video

while trying something new I took the html assett and put this code into it

<iframe width="640" height="360" src="http://www.youtube.com/embed/75p-N9YKqNo?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>

but it keeps crashing, am I not using the correct html code or is it the iframe command .


thankyou for your time and efforts

Russell Rhoades

iMac (20-inch Mid 2007), OS X Mountain Lion (10.8.2)

Posted on Sep 4, 2013 7:12 AM

Reply
3 replies

Sep 6, 2013 3:24 PM in response to whyisdaddt

First, I would carefully check the HTML snippet you pasted into your project: I've seen some posts where people inadvertently forgot a <, / or > in the surrounding HTML.


Second, in trying your URL in a sample project on my setup, I see that YouTube is retuning a Flash object. This obviously won't work on iOS. If you can get the raw H.264 URL, ending in ".mp4", you are much more likely to succeed. Once you have the MP4 URL, use a Video object, open the Inspector pane, and set the Video property to the raw URL. (As an example URL, I used a clip from the owner of the one you used: http://www.kidstv123.com/video/MP4%20Phonics%20Song%20Clip.mp4)


If you enable Preview > Show Web Inspector When Previewing, the console tab may show you some additional information.


Also, what is crashing? iAd Producer? Safari? One of the iOS test apps? What version of iAd Producer are you running?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

video

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.